home *** CD-ROM | disk | FTP | other *** search
- /* init_uip.c: user interface initialisation (none at present) */
-
- # ifndef lint
- static char Rcsid[] = "@(#)$Header: /xtel/pp/pp-beta/Lib/tai/RCS/init_uip.c,v 6.0 1991/12/18 20:24:59 jpo Rel $";
- # endif
-
- /*
- * $Header: /xtel/pp/pp-beta/Lib/tai/RCS/init_uip.c,v 6.0 1991/12/18 20:24:59 jpo Rel $
- *
- * $Log: init_uip.c,v $
- * Revision 6.0 1991/12/18 20:24:59 jpo
- * Release 6.0
- *
- */
-
-
- void uip_init (pname)
- char *pname;
- {
- (void) sys_init (pname);
- }
-